diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-10-26 18:03:58 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-10-26 18:03:58 +0300 |
commit | 9ad43ed4d41906af8ae33160b30d6cd6a6ae9bc0 (patch) | |
tree | 65c17129709d70b34fc1f7ac5b48d9d479468ee8 /src/pages/board/[board].astro | |
parent | 921421f2e2f44178333f8ef3011c43bc4eb6e39e (diff) |
prod version
Diffstat (limited to 'src/pages/board/[board].astro')
-rw-r--r-- | src/pages/board/[board].astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/board/[board].astro b/src/pages/board/[board].astro index de76964..69959aa 100644 --- a/src/pages/board/[board].astro +++ b/src/pages/board/[board].astro @@ -19,7 +19,7 @@ const threads: Thread[] = await data.json(); <ThreadLayout> <h1 style="text-align:center"> - <a href=`/boards`>{board}</a> + <a href=`/`>{board}</a> </h1> <div class="blackbox"> |